home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cpp_libs
/
intrvews
/
xhyper.lha
/
XHyper_v1.1
/
sampledoc
/
Formats.mml
next >
Wrap
Text File
|
1993-01-13
|
2KB
|
87 lines
<MML 1.00 - Formats.mml
Sample standard font, paragraph, and document formats>
<Comment *** Define fonts for Title, Section, Body, Headers and Footers.
Most of the defaults are good, so we just specify family,
size, and style. "ft" stands for "font for Titles", "fs" is
"font for sections," etc.>
<!DefineFont ft
<Family Times>
<pts 18>
<Bold>
>
<!DefineFont ff
<Family Times>
<pts 14>
<Bold>
>
<!DefineFont fs
<Family Times>
<pts 14>
<Bold>
>
<!DefineFont fb
<Family Times>
<pts 14>
<Plain>
>
<Comment *** Set appropriate font for a Title paragraph and
define its format: >
<!DefinePar Title
<ft>
<Alignment Center>
>
<Comment *** Set appropriate font for a Figure title>
<!DefinePar Figtitle
<ff>
<Alignment Center>
>
<Comment *** set font and define other paragraph formats>
<!DefinePar Section
<fs>
<hypertext>
<Alignment LeftRight>
<LeftIndent 0pt>
<FirstIndent 0pt>
<RightIndent 0pt>
<Leading 0pt>
<SpaceBefore 10pt>
<SpaceAfter 10pt>
>
<!DefinePar Body
<fb>
<Alignment LeftRight >
<FirstIndent 0pt>
<RightIndent 0pt>
<Leading 4pt>
<SpaceBefore 12pt>
<SpaceAfter 12pt>
>
<!DefinePar BulletItem
<fb>
<Alignment LeftRight >
<LeftIndent 40pt>
<FirstIndent 10pt>
<Leading 0pt>
<SpaceBefore 4pt>
<SpaceAfter 0pt>
>
<Comment *** Document Layout descriptions. Most of the default settings
are good. >
<Pagewidth 7.00in>
<PageHeight 10.00in>
<TopMargin 0.75in>
<BottomMargin 0.75in>
<LeftMargin 0.50in>
<RightMargin 0.50in>